home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / GLOBCOM2.LST < prev    next >
File List  |  1994-04-12  |  439b  |  22 lines

  1.         program comtst
  2.         common /com1/ a, b
  3.         b = 0.
  4.         call sub
  5.         end
  6.  
  7.         subroutine sub
  8.         common /com1/ a, b
  9.         print *, a
  10.         end
  11.  
  12.  FORCHECK PC V11.10  MS5 compiler emulation   20-Jan-94  12:15:37  page: 1
  13.  GLOBCOM2.FOR  /CO
  14.  
  15.  
  16.  global program analysis:
  17.  
  18.    /COM1/, element no   1
  19.  **[115 E] no value assigned to this item
  20.    /COM1/, element no   2
  21.  **[110 I] unreferenced
  22.